home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac-Source 1994 July
/
Mac-Source_July_1994.iso
/
C and C++
/
Utilities
/
Winter Shell 1.0d2
/
Source
/
Libraries
/
DebugLib
/
DebugLib.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-01-20
|
307 b
|
10 lines
|
[
TEXT/KAHL
]
#pragma once
#include <stdarg.h>
#include "MenuLib.h"
Boolean DebugMenu(const MenuPickType *pick);
void DebugAdjustMenu(void);
void DebugPrintf(const char *fmt, ...);
void DebugVPrintf(const char *fmt, va_list ap);
const /* EventTableType */ void *DebugEventTable(void);
void DebugEventTableRegister(void);